home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 1572 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.4 KB

  1. Path: mycogen.terminus.com!usenet
  2. From: dyutzy@terminus.com (Stone)
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: REXX Arrays? Possible
  5. Date: 23 Mar 1996 22:40:54 GMT
  6. Organization: Second Foundation Internet, Lompoc, CA  (805) 733-1849
  7. Distribution: inet
  8. Message-ID: <4j1ulm$boh@mycogen.terminus.com>
  9. References: <4inu2e$sv0@mycogen.terminus.com>
  10. NNTP-Posting-Host: pm-lo-16.terminus.com
  11. X-Newsreader: NeoLogic News for OS/2 [version: 4.1 UNREGISTERED 29 days remaining]
  12.  
  13. In message <96080.102619CBARTLE1@estec.estec.esa.nl> - 
  14. <CBARTLE1@estec.estec.esa.nl> writes:
  15. :>You should look at Compound Variables which are a bit like arrays and a
  16. :>bit different. eg:-
  17. :> 
  18. :>    /* */
  19. :>    i=2
  20. :>    j=3
  21. :>    something.i.j = 'Hit it'
  22. :>    say something.2.3
  23. :> 
  24. :>Regards, Chris.
  25. Let me get this straight:
  26.  
  27. Coudl I also modify your code to do this?
  28.     
  29.     i=2
  30.     j=3
  31.     something.i-1.j-1 = 'Hit it'
  32.     say something.1.2
  33.  
  34. This would work?  
  35.  
  36. I have the demo version of VX-REXX and not all of the features are enabled, 
  37. so this may sound like a lame question?  I'm trying to decide the best way to 
  38. break into OS/2 programming.  I'm tending towards C, which I've used in the 
  39. past (non-visual, though).  
  40.  
  41. Does REXX muscle up to build some pretty powerful apps?    
  42.  
  43.  
  44. David W. Yutzy
  45. Proud to be Warp'd
  46.  
  47. BlueMoon: http://www.terminus.com/~dyutzy/BlueMoon.html
  48. NetClock: http://www.terminus.com/~dyutzy/netclock.html
  49.  
  50.